SagaState<'SagaData, 'State>Record

PackageFCQRS
Represents the state of a saga instance. <typeparam name="'SagaData">The type of the custom data held by the saga.</typeparam> <typeparam name="'State">The type representing the saga's current state machine state (e.g., an enum or DU).</typeparam>

Fields

NameTypeDescription
DataDataThe custom data associated with this saga instance.
StateStateThe current state machine state of the saga.